From: robertl Date: Sun, 11 Apr 2010 22:39:35 +0000 (+0000) Subject: Special case 'Geocache Found' icon for Delbin. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~199^2~16 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ce02590fa2edc755ce0537d0e6f44be55bddda68;p=gpsbabel.git Special case 'Geocache Found' icon for Delbin. --- diff --git a/delbin.c b/delbin.c index fc6e13d34..155c1974b 100644 --- a/delbin.c +++ b/delbin.c @@ -1133,6 +1133,8 @@ get_gc_notes(const waypoint* wp, int* symbol, char** notes, unsigned* notes_size case gt_ape: break; } + if (0 == strcmp(wp->icon_descr, "Geocache Found")) + gc_sym = 124; if (wp->description) { gbfputs(wp->description, fd); if (wp->gc_data->placer) {